loop construct造句
例句与造句
- While ruby has a looping construct for
虽然ruby有一个可对集合进行操作的循环结构 - Interface so that it can be used in loop constructs
接口,因此可在循环构造中使用。 - Support java s familiar looping constructs such as for and
支援大家熟悉的java回圈结构,比如 - The other loop constructs in java source code are handled in much the same way as
Java源代码中的另外一种循环结构的处理方式与 - Coded web tests should be used when advanced flow - control or looping constructs are required
应在需要高级流控制或循环结构时使用编码的web测试。 - It's difficult to find loop construct in a sentence. 用loop construct造句挺难的
- For example , mocha sometimes has trouble figuring out the exact structure of looping constructs
举例来说, mocha有时在输出准确的循环构造的结构方面有一些问题。 - It greatly enhances the build process by letting you control program flow with looping constructs and conditional logic
它让您用循环构造和条件逻辑控制程序流,极大地增强了构建过程。 - Method is used to form a looping construct to get the value of each x - axis and y - axis coordinate for that series
方法返回的整型值被用于形成一个循环构造以获取那个series的x轴和y轴坐标值。 - Method is used to form a looping construct to get each category and associated integer value for that series
方法返回的整型值被用于形成一个循环构造来获取每个category以及那个series的相应整型值。 - Construct , it is simpler to use the looping construct directly in order to iterate through the rows in the data reader
构造的语言中使用此方法检索显式构造函数,但直接使用循环构造来循环访问数据读取器的行却更加简单。 - Fortunately , perl makes it easy to write good code with simplified loop constructs , postfix if unless branching , and a whole lot more
幸运的是,有了perl ,我们可以轻松地用简化的循环构造、后缀if / unless分支语句和更多的方式编写优秀的代码。 - Although a recorded web test provides powerful web testing capabilities , it lacks the flow control and looping constructs that are provided by more advanced programming languages
尽管记录的web测试提供了强大的web测试功能,但它缺少更高级的编程语言所提供的流控制和循环结构。 - Although you can use this method to retrieve an explicit enumerator , in languages that support a foreach construct , it s simpler to use the looping construct directly in order to iterate through the rows in the data reader
在支持foreach构造的语言中,虽然您可以使用此方法检索显式枚举数,但是更简单的方法是直接使用循环构造来遍历数据读取器中的行。 - Sql server 2005 integration services ssis includes the foreach loop container , a control flow element that makes it simple to include a looping construct that enumerates files and objects in the control flow of a package
Sql server 2005 integration services ( ssis )包含foreach循环容器,此容器是控制流元素,使得可以更简便地将枚举文件和对象的循环构造包括到包的控制流中。 - And that s not the only advantage of working with ant in groovy . unlike xml , groovy is a highly expressive development environment wherein you can easily code looping constructs , conditionals , and even explore the power of reuse , rather than the cut - and - paste drill you may have previously associated with creating new build . xml files
与xml不同, groovy是非常有表现力的开发环境,在这个环境中,您可以容易地编写循环结构、条件选择代码,甚至可以利用“重用”的威力,而不必像以前那样,费力地用剪切-粘贴操作来创建新build . xml文件。